'Declaration
<DescriptionAttribute("Specifies the title of the annotation")> Public Property Title As String
[Description("Specifies the title of the annotation")] public string Title {get; set;}
public read-write property Title: String;
DescriptionAttribute("Specifies the title of the annotation") public function get,set Title : String